const github.com/andybalholm/brotli.kHashMul32
9 uses
github.com/andybalholm/brotli (current package)
compress_fragment.go#L22: var h uint64 = (binary.LittleEndian.Uint64(p) << 24) * uint64(kHashMul32)
compress_fragment.go#L30: var h uint64 = ((v >> uint(8*offset)) << 24) * uint64(kHashMul32)
compress_fragment_two_pass.go#L20: var h uint64 = (binary.LittleEndian.Uint64(p) << ((8 - length) * 8)) * uint64(kHashMul32)
compress_fragment_two_pass.go#L27: var h uint64 = ((v >> (8 * offset)) << ((8 - length) * 8)) * uint64(kHashMul32)
h10.go#L20: var h uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
h5.go#L27: var h uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
hash.go#L51: const kHashMul32 uint32 = 0x1E35A7BD
hash.go#L58: var h uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
hash_forgetful_chain.go#L21: var hash uint32 = binary.LittleEndian.Uint32(data) * kHashMul32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |